home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000341_news@columbia.edu_Tue Sep 12 07:28:45 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA07530
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 12 Sep 1995 04:51:23 -0400
  3. Received: by apakabar.cc.columbia.edu id AA19746
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 12 Sep 1995 04:51:21 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!tank.news.pipex.net!pipex!howland.reston.ans.net!Germany.EU.net!news.dfn.de!news.belwue.de!News.Uni-Marburg.DE!Gopher!schroedj
  6. From: schroedj@pcub30.UB.Uni-Marburg.DE (Juergen Schroeder)
  7. Newsgroups: comp.os.linux.misc,comp.protocols.kermit.misc
  8. Subject: Re: [Q] Kermit /var/lock permission
  9. Followup-To: comp.os.linux.misc,comp.protocols.kermit.misc
  10. Date: 12 Sep 1995 07:28:45 GMT
  11. Organization: Library of the Philipps University
  12. Lines: 12
  13. Message-Id: <433crd$t8@surz03.HRZ.Uni-Marburg.DE>
  14. References: <432tmn$eua@krel.iea.com>
  15. Reply-To: js@psub13.UB.Uni-Marburg.DE
  16. Nntp-Posting-Host: pcub30.ub.uni-marburg.de
  17. X-Newsreader: TIN [version 1.2 PL2]
  18. Xref: news.columbia.edu comp.os.linux.misc:72909 comp.protocols.kermit.misc:3606
  19. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  20.  
  21. Rod Anderson (andersr@comtch.iea.com) wrote:
  22. : gryphon:~$ kermit
  23. : /var/lock: Permission denied
  24. [..]
  25. : and the /var/lock directory
  26. :    drwxr-xr-x   4 root     root         1024 Sep 10 19:43 lock
  27.  
  28. If you want start kermit not as root you have to set the permissions
  29. chmod a+w /var/lock 
  30. because kermit wants to create an lockfile in this dir.
  31.  
  32.     Juergen